ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / Output1 Class / GetDisplayModeList1 Method / GetDisplayModeList1(Format,Int32,Int32,ModeDescription1[]) Method

In This Topic
    GetDisplayModeList1(Format,Int32,Int32,ModeDescription1[]) Method
    In This Topic
    HRESULT IDXGIOutput1::GetDisplayModeList1([In] DXGI_FORMAT EnumFormat,[In] unsigned int Flags,[InOut] unsigned int* pNumModes,[Out, Buffer, Optional] DXGI_MODE_DESC1* pDesc)
    Syntax
    'Declaration
     
    Public Overloads Sub GetDisplayModeList1( _
       ByVal enumFormat As Format, _
       ByVal flags As Integer, _
       ByRef numModesRef As Integer, _
       ByVal descRef() As ModeDescription1 _
    ) 
    public void GetDisplayModeList1( 
       Format enumFormat,
       int flags,
       ref int numModesRef,
       ModeDescription1[] descRef
    )

    Parameters

    enumFormat
    flags
    numModesRef
    descRef
    See Also